home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
XTension demo
/
Scripts
/
Rain Gauge.Off
< prev
next >
Wrap
Text File
|
1998-07-28
|
263b
|
8 lines
-- This script runs each time the Rain Gauge sends
-- an OFF. This is just for backup...
-- If it wasn't already ON, we must have missed it...
if (status of "Rain Gauge") is not true then
set value "Hourly Rainfall" to (value of "Hourly Rainfall") + 1
end if